  .imgBox {
        border: 1px solid #c5c5c5;
        position: relative;
        overflow: hidden;
        isolation: isolate
    ;}

    .imgBox .img {
        padding-bottom: 36%;
        transition: .5s;
        background-size: cover;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        background: #eee
    ;}

    .imgBox img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transition: .5s
    ;}

   .homeg {
    position: relative;
    margin: 30px 0;}



    .homeg .swiBtn .prev {
        left: 10px;}

    .homeg .swiBtn .next {
        right: 10px;}

  .swiBtn a {
    display: block;
    width: 36px;
    height: 36px;
    background-position: center;
    border-radius: 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    background-color: #ffd44e;
    z-index: 5;
    transform: translateY(-50%);
    background-size: 20px;}

    .swiBtn a.prev {
        background-image: url(images/xzjt20250530.png);}

    .swiBtn a.next {
        background-image: url(images/xyjt20250530.png);}


